home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11282 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: usenet.hydro.on.ca!usenet
  2. From: Michael Venditti <mike.venditti@hydro.on.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What is the difference between C, C+,andC++?
  5. Date: Wed, 13 Mar 1996 13:26:01 -0500
  6. Organization: Ontario Hydro, Canada
  7. Message-ID: <31471339.23C0@hydro.on.ca>
  8. References: <DnpKzu.GvI@abs.net> <DnpMsD.KDH@presby.edu>
  9. NNTP-Posting-Host: vendittm.clarkson.hydro.on.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Jon Bell wrote:
  16. >  Richard T. C. Pickles <jiffypop@ibcco.com> wrote:
  17. > >
  18. > Well, for one thing, C+ doesn't exist.  :-)
  19. > --
  20. > Jon Bell <jtbell@presby.edu>                        Presbyterian College
  21. > Dept. of Physics and Computer Science        Clinton, South Carolina USA
  22. > [for beginner's Usenet info, see http://cs1.presby.edu/~jtbell/usenet]
  23.  
  24.  
  25. From "The C++ Programming Language" 2nd Edition, Bjarne Stroustrup 
  26. writes:
  27. "The name C++ ...was coined by Rick Mascitti...in 1983.  The name 
  28. signifies the evolutionary nature of the changes from C.  "++" is the C 
  29. increment operator.  The slightly shorter name C+ is a syntax error; it 
  30. has also been used as the name of an unrelated language...The language is 
  31. not called D, because it is an extension of C..."
  32.  
  33. Mike
  34.